public interface CiscoTermRegistrationFailedEv extends CiscoTermEv
The CiscoTermRegistraionFailedEv
event
Modifier and Type | Field and Description |
---|---|
static int |
DB_INITIALIZATION_ERROR
A database initialization error occurred while registering a Terminal.
|
static int |
ID |
static int |
IP_ADDRESSING_MODE_MISMATCH
Registration failed due to unsupported IP Addressing mode Try to register the Terminal with
correct IP Addressing Mode.
|
static int |
MEDIA_ALREADY_TERMINATED_DYNAMIC
Registration failed because the Terminal is already registered with dynamic media
termination.
|
static int |
MEDIA_ALREADY_TERMINATED_NONE
Registration failed because the Terminal is already registered with media termination type
none.
|
static int |
MEDIA_ALREADY_TERMINATED_STATIC
Registration failed because the Terminal is already registered with static media termination.
|
static int |
MEDIA_CAPABILITY_MISMATCH
Registration failed because the Terminal is already registered with a different media
capability.
|
static int |
OWNER_NOT_ALIVE
Registration encountered a race condition while attempting to register the Terminal.
|
static int |
SECURITY_NOT_ALLOWED
Registration failed because terminal cannot be registered in upgraded unrestricted UCM.
|
static int |
UNKNOWN
Registration failed for an unknown internal reason.
|
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Returns the error code for this exception, as an integer.
|
static final int ID
static final int MEDIA_CAPABILITY_MISMATCH
static final int MEDIA_ALREADY_TERMINATED_NONE
static final int MEDIA_ALREADY_TERMINATED_STATIC
static final int MEDIA_ALREADY_TERMINATED_DYNAMIC
static final int OWNER_NOT_ALIVE
static final int DB_INITIALIZATION_ERROR
static final int UNKNOWN
static final int IP_ADDRESSING_MODE_MISMATCH
static final int SECURITY_NOT_ALLOWED